Skip to content

fix: enhance check with maven central#4369

Merged
jinseopkim0 merged 2 commits intomainfrom
release-maven-central-check
Mar 17, 2026
Merged

fix: enhance check with maven central#4369
jinseopkim0 merged 2 commits intomainfrom
release-maven-central-check

Conversation

@jinseopkim0
Copy link
Copy Markdown
Contributor

@jinseopkim0 jinseopkim0 commented Mar 11, 2026

This PR enhances the reliability of the Maven Central verification step in the release automation script (util/release.go).

Previously, the script polled the central.sonatype.com web UI. This PR changes the logic to directly query the actual Maven repository (repo1.maven.org) to prevent false positives (such as soft 404s) and ensure the artifact is fully indexed before proceeding.

@jinseopkim0 jinseopkim0 requested a review from a team as a code owner March 11, 2026 18:36
@jinseopkim0 jinseopkim0 requested a review from lqiu96 March 11, 2026 18:51
Base automatically changed from release-optional-bom to main March 11, 2026 20:05
@jinseopkim0 jinseopkim0 merged commit bc21fe7 into main Mar 17, 2026
52 of 56 checks passed
@jinseopkim0 jinseopkim0 deleted the release-maven-central-check branch March 17, 2026 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants